OpenBuildings GenerativeComponents Help

The Variable Declaration Statement

We've already seen these kinds of statements in the section regarding variables.

Examples

int poleCount;
string levelName = 'Lighting Fixtures';
double minorRadius, majorRadius, angle = PI / 6, chordLength;